xen.git
2006-04-04 emellor@leeni... Workaround bug in xmlrpclib's string escaping. That...
2006-04-04 kaf24@firebug... Build a few more common network options into the i386...
2006-04-03 emellor@leeni... Merged.
2006-04-03 emellor@leeni... Lookup backend by name _or_id_. This is important...
2006-04-03 emellor@leeni... Fix cpus string parsing, wrt use of ^ to remove elements.
2006-04-03 emellor@leeni... The attached patch fixes a race condition that occurs...
2006-04-03 mip@xencore04... Improve pygrub error reporting when opening ext2 fs...
2006-04-03 tkuik@tkuik... Allow a domain other than Domain-0 to be a backend.
2006-04-03 kaf24@firebug... Remove some dead code from the consoled client.
2006-04-03 kaf24@firebug... Clean up subarch 'mach-foo' header files. No need for
2006-04-03 kaf24@firebug... Remove send_IPI_all, send_IPI_allbutself and send_IPI_self
2006-04-03 kaf24@firebug... Added tag 3.0.2-branched for changeset d0d3fef37685be26...
2006-04-03 Ian.Campbell... Handle failure to register the xen store event channel...
2006-04-02 kaf24@firebug... Make checksum handling in the virtual network drivers...
2006-04-02 kaf24@firebug... Enable HYPERVISOR_sched_op() and HYPERVISOR_sched_opt_c...
2006-04-02 kaf24@firebug... Define __XEN_INTERFACE_VERSION__ when building Xen.
2006-04-01 kaf24@firebug... This patch fixes several issues related to vmxassist:
2006-04-01 kaf24@firebug... Rename sched_op->sched_op_compat and sched_op_new-...
2006-04-01 kaf24@firebug... When dom0 fails to balloon enough memory to allow a...
2006-04-01 kaf24@firebug... Changed deprecated "set-vcpus" to "vcpu-set" in the...
2006-04-01 kaf24@firebug... Fix makefiles for hvmloader and vmxassist for FC5 on...
2006-04-01 kaf24@firebug... [SVM] Do not update seg.base in realmode while obtainin...
2006-04-01 kaf24@firebug... Minor minios traps.c fix for x86/64.
2006-04-01 kaf24@firebug... [IA64] Include features header in xenbus_probe and...
2006-04-01 kaf24@firebug... Add new boot parameter 'lowmem_emergency_pool' which...
2006-03-31 cl349@firebug... Fix do_IRQ high bit masking.
2006-03-31 kaf24@firebug... Plumb network vif credit-based rate limiting thorugh...
2006-03-31 kaf24@firebug... Currently, xm & xend allow an XAUTHORITY to be specifi...
2006-03-31 kaf24@firebug... Various softirq cleanups:
2006-03-31 Ian.Campbell... Disable xen bus and grant tables when supervisor_mode_k...
2006-03-31 kaf24@firebug... See panic messages before the post message processing.
2006-03-31 kaf24@firebug... Enable the setting and trapping of breakpoints for...
2006-03-31 kaf24@firebug... The ia64 build doesn't yet include drivers/xen/Kconfig...
2006-03-30 emellor@leeni... Merged.
2006-03-30 emellor@leeni... Remove the transaction parameter from xenbus_switch_sta...
2006-03-30 emellor@leeni... Better formatting of error messages for xmlrpclib.Fault...
2006-03-30 emellor@leeni... Print error messages to stderr. Remove unused handle_x...
2006-03-30 emellor@leeni... Set the permissions correctly on the XML-RPC UDP socket...
2006-03-30 emellor@leeni... Further attempts to recover from a corrupt store, this...
2006-03-30 emellor@leeni... Don't use abbreviated ip subcommands -- these are not...
2006-03-30 cl349@firebug... Remove __HYPERVISOR_sched_op_new in favour of a header...
2006-03-30 cl349@firebug... Change how we add the include asm override to CPPFLAGS.
2006-03-30 emellor@leeni... Merged.
2006-03-30 emellor@leeni... Added medium-length (around 20 minute run-time) test...
2006-03-30 kaf24@firebug... The attached trivial patch fixes cases where a block...
2006-03-30 smh22@firebug... Fix comment.
2006-03-30 kaf24@firebug... More fixes to gdbserver for HVM guest debugging. Also fix
2006-03-30 kaf24@firebug... Use AFLAGS for assembly files so we can "+=" more flags.
2006-03-30 kaf24@firebug... Include the E7520 (e.g., Dell 1850) irqbalance quirk...
2006-03-30 emellor@leeni... Merged.
2006-03-30 emellor@leeni... Check the return value of domain_lookup_by_name_or_id_n...
2006-03-30 emellor@leeni... Fix the ProtocolError seen when the server throws an...
2006-03-30 kaf24@firebug... Fix xenconsoled when sending lots of console data to...
2006-03-29 kaf24@firebug... Same panic() behaviour as native Linux when running...
2006-03-29 kaf24@firebug... Xen waits 5 seconds to reboot when domain 0 crashes...
2006-03-29 emellor@leeni... Revert accidental commit.
2006-03-29 emellor@leeni... Merged.
2006-03-29 smh22@firebug... Fix save/restore on 64-bit.
2006-03-29 smh22@firebug... Fix save/restore bug; further rationalization of xenbus...
2006-03-29 cl349@firebug... Free shadows of any pages which are released by a domai...
2006-03-29 cl349@firebug... Re-arrange code for followup patch and remove extra...
2006-03-29 kaf24@firebug... Compute actual baud rate from UART divisor latch contents
2006-03-29 kaf24@firebug... Ensure curr_vcpu in domain.c is set correctly, even...
2006-03-29 kaf24@firebug... Make maximum number of supported physical CPUs a compil...
2006-03-29 anthony@rhesis... Remove vcpu_avail from the public S-Expression that...
2006-03-29 kaf24@firebug... SVM patch to update guest time with latest hvm modifica...
2006-03-29 kaf24@firebug... Some fixes to IRET hypercall and failsafe callback...
2006-03-29 cl349@firebug... Initialise p2m entries to INVALID_MFN and disable debug...
2006-03-28 kaf24@firebug... Fix get_page_type() when passed PGT_va_mutable.
2006-03-28 kaf24@firebug... Clean up and fix VCPU hotplug and SMP save/restore.
2006-03-28 cl349@firebug... Change do_IRQ high bit masking.
2006-03-28 kaf24@firebug... The introduction of the SMI handling code added in...
2006-03-28 kaf24@firebug... merge
2006-03-28 kaf24@firebug... Add missing -xen ia64 config file.
2006-03-28 kaf24@firebug... SVM only patch to fix location of PIO request RIP update.
2006-03-28 emellor@leeni... Merged.
2006-03-28 emellor@leeni... Mention uClibc and buildroot configs.
2006-03-28 emellor@leeni... Added README for the XenSource-hosted initrd.
2006-03-28 emellor@leeni... Download the initrd from xm-test.xensource.com, unless...
2006-03-28 emellor@leeni... Watch for @introduceDomain, for symmetry with the exist...
2006-03-28 emellor@leeni... Have TCPXMLRPCServer inherit from SocketServer.Threadin...
2006-03-28 cl349@firebug... Remove special handling of {set,clear}_in_cr4().
2006-03-28 kaf24@firebug... Simplify the failsafe callback handler in x86/64 linux...
2006-03-28 kaf24@firebug... Add -xen buildconfig for ia64 and tweak CONFIG_VT setup...
2006-03-27 kaf24@firebug... Make -xen default kernel compile on x86_64 by removing...
2006-03-27 cl349@firebug... Whitespace.
2006-03-26 kaf24@firebug... Fix 64-bit HVM guest debug via gdbserver:
2006-03-26 kaf24@firebug... Allow 64-bit Xen to run 64-bit hvm SMP guests.
2006-03-26 kaf24@firebug... Don't reclaim vcpus that are not put into use yet when...
2006-03-26 kaf24@firebug... Fix build error with debug=y inxen/ia64 by moving
2006-03-26 kaf24@firebug... The attached patch to the qemu emulation of the pcnet...
2006-03-26 kaf24@firebug... Add format printf attribute to panic() prototype and...
2006-03-24 kaf24@firebug... Added tag 3.0.2-rc for changeset af0573e9e5258db0a9d28a...
2006-03-24 emellor@leeni... Switch the default build to make the -xen kernel, not...
2006-03-24 harry@localhost... Fix bug 515 by adding a global lock around the hotplug...
2006-03-24 anthony@rhesis... 1) Introduce new exception type XendInvalidDomain that...
2006-03-24 kaf24@firebug... Create /var/xen/dump/ during tools installation, or...
2006-03-24 kaf24@firebug... Detect spurious faults taken in the hypervisor that are
2006-03-24 kaf24@firebug... This patch is mainly a cleanup of vmx related xentrace...
2006-03-24 kaf24@firebug... Update gdb documentation
next